From 3739d3c7bf70081d98f8620d5fd4e496f27ee7a9 Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Tue, 1 Dec 2015 04:05:36 +0100 Subject: [PATCH] set dicomdict path for tests --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 1338132f..e4ac6710 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,9 @@ # reduce overlinking: export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed +# needed for the tests +export DCMDICTPATH=dcmdata/data/dicom.dic + # deduce documentation option (build-indep target) ifeq "" "$(filter %-doc,$(shell dh_listpackages))" BUILDDOC = OFF -- 2.30.2